runtime.hmap.noldbuckets (method)

8 uses

	runtime (current package)
		map.go#L1132: func (h *hmap) noldbuckets() uintptr {
		map.go#L1142: 	return h.noldbuckets() - 1
		map.go#L1171: 	newbit := h.noldbuckets()
		map.go#L1624: 		oldArraySize := int(h.noldbuckets())
		map.go#L1687: 		oldArraySize := int(h.noldbuckets())
		map_fast32.go#L376: 	newbit := h.noldbuckets()
		map_fast64.go#L378: 	newbit := h.noldbuckets()
		map_faststr.go#L404: 	newbit := h.noldbuckets()